home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 March / Gamestar_71_2005-03_dvd.iso / Dema / willofsteel_demo.exe / {app} / Data / gui / RegiseterFunction.mac < prev    next >
Text File  |  2004-12-18  |  2KB  |  30 lines

  1. PerunRegisterPGUICallbackFunction("MAP" , (CTRL_CALLBACK)MapSH );
  2. PerunRegisterPGUICallbackFunction("COMPASS" , (CTRL_CALLBACK)CompassSH );
  3. PerunRegisterPGUICallbackFunction("CREDITS" , (CTRL_CALLBACK)Credits );
  4. PerunRegisterPGUICallbackFunction("PLAYDEMO" , (CTRL_CALLBACK)PlayDemo );
  5. PerunRegisterPGUICallbackFunction("ESCAPE" , (CTRL_CALLBACK)Escape );
  6. PerunRegisterPGUICallbackFunction("SHOWMENU" , (CTRL_CALLBACK)ShowMenu );
  7. PerunRegisterPGUICallbackFunction("QUITDEMO" , (CTRL_CALLBACK)QuitDemo);
  8. PerunRegisterPGUICallbackFunction("PLAYDEMONOVIDEO" , (CTRL_CALLBACK)PlayDemoNoVideo );
  9. PerunRegisterPGUICallbackFunction("MISSION" , (CTRL_CALLBACK)Mission );
  10. PerunRegisterPGUICallbackFunction("ESCINIT" , (CTRL_CALLBACK)EscapeInit );
  11. PerunRegisterPGUICallbackFunction("INGAMEGUIID" , (CTRL_CALLBACK)RememberID );
  12. PerunRegisterPGUICallbackFunction("PROFILE" , (CTRL_CALLBACK)ProfileFunc );
  13. PerunRegisterPGUICallbackFunction("OPTIONS" , (CTRL_CALLBACK)OptionsFunc );
  14.  
  15. PerunRegisterPGUICallbackFunction("REGPOOLFRAME" , (CTRL_CALLBACK)RegPOOLframe );
  16. PerunRegisterPGUICallbackFunction("REGVUPGRADES" , (CTRL_CALLBACK)RegVUpgrades );
  17. PerunRegisterPGUICallbackFunction("REGSUPGRADES" , (CTRL_CALLBACK)RegSUpgrades );
  18. PerunRegisterPGUICallbackFunction("REGVPOOL" , (CTRL_CALLBACK)RegVPool );
  19. PerunRegisterPGUICallbackFunction("REGSPOOL" , (CTRL_CALLBACK)RegSPool );
  20. PerunRegisterPGUICallbackFunction("REGVBUTTON" , (CTRL_CALLBACK)RegVButton );
  21. PerunRegisterPGUICallbackFunction("REGSBUTTON" , (CTRL_CALLBACK)RegSButton );
  22.  
  23. PerunRegisterPGUICallbackFunction( "RESTART", (CTRL_CALLBACK)RestartLevel );
  24. PerunRegisterPGUICallbackFunction( "MAINMENU", (CTRL_CALLBACK)MainMenu );
  25. PerunRegisterPGUICallbackFunction( "MAINMENU2", (CTRL_CALLBACK)MainMenu2 );
  26. PerunRegisterPGUICallbackFunction( "MAINMENU3", (CTRL_CALLBACK)MainMenu3 );
  27.  
  28.  
  29. PerunRegisterPGUICallbackFunction( "EscapeEscape", (CTRL_CALLBACK)EscapeEscape );
  30.